This post tells you how you can easily make an Android application to extract the text from the image being captured by the camera of your Android phone!
Simple android application for text recognition. Application uses tess-two library (android wrapper for tesseract-ocr) for performing text recognition tasks.
Tesseract is an open source text recognition (OCR) Engine, available under the Apache 2.0 license. Tesseract can be used directly via command line. Installing Tesseract from Git · UNLV Testing of Tesseract · API examples · Tessdoc
In this tutorial, we explore how to implement OCR (Optical Character Recognition) using OpenCV and Tesseract4Android, providing you with a step-by-step guide ...